VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / MasterCollection<T> Class / RemoveSlaveCollection(IList) Method
Syntax Requirements SeeAlso
In This Topic
    RemoveSlaveCollection(IList) Method (MasterCollection<T>)
    In This Topic
    Removes a collection from a list of slave collections.
    Syntax
    'Declaration
    
    Public Sub RemoveSlaveCollection( _
    ByVal collection
    Collection to remove from a list of slave collections.
    As System.Collections.IList _
    )
    public void RemoveSlaveCollection(
    System.Collections.IList collection
    )
    public: void RemoveSlaveCollection(
    System.Collections.IList* collection
    )
    public:
    void RemoveSlaveCollection(
    System.Collections.IList^ collection
    )

    Parameters

    collection
    Collection to remove from a list of slave collections.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also